Q3SpotLight_GetHotAngle
You can use theQ3SpotLight_GetHotAngle
function to get the hot angle of a spot light.
TQ3Status Q3SpotLight_GetHotAngle ( TQ3LightObject light, float *hotAngle);
light
- A spot light object.
hotAngle
- On exit, the hot angle of the specified light, in radians.
DESCRIPTION
TheQ3SpotLight_GetHotAngle
function returns, in thehotAngle
parameter, the current hot angle of the spot light specified by thelight
parameter.